public void draw( PDDocument doc, PDPage page, java.util.List<PageInfo> pages, int rows, int columns, Order order, PdfSaveOptions options ) |
Parameters
- doc
- page
- The page in a PDF document.
- pages
- The page collection.
- rows
- The number of rows that these pages will be divided into.
- columns
- The number of columns that these pages will be divided into.
- order
- The direction uses to arrange the pages.
- options
- Options for saving pdf file.